home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 November / cd joystick no120 novembre 2000 cd 1.iso / data / demos / gunlok / data1.cab / Program_Executable_Files / scripts / carfire.gsh < prev    next >
Text File  |  2000-08-22  |  705b  |  20 lines

  1. // defines CarFire
  2. ////////////////////////////////////////////////////////////////////////////////////
  3.  
  4. // start wrapper - prevent multiple inclusions or recursive inclusions
  5.  
  6. //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
  7. #ifndef INCLUDED_CARFIRE_GSH
  8. #define INCLUDED_CARFIRE_GSH
  9.  
  10. ////////////////////////////////////////////////////////////////////////////////////
  11.  
  12. #include "oilfire.gsh"
  13.  
  14. #define Rol_CarFire Rol_OilFire // they're the same at present!
  15.  
  16. ////////////////////////////////////////////////////////////////////////////////////
  17.  
  18. // end wrapper - for preventing multiple or recursive inclusions
  19. #endif // !INCLUDED_CARFIRE_GSH
  20.